home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / ENTRPRIS / APE / AEWRKPVD / AEWRKPVD.RC next >
Encoding:
Text File  |  1996-09-13  |  634 b   |  15 lines

  1. STRINGTABLE DISCARDABLE 
  2. BEGIN
  3.     //Racreg32 error codes with 200 added for offset
  4.     201    "Unknown run time error occurred"
  5.     202    "No protocol was specified"
  6.     203    "No server machine name was specified"
  7.     204    "An error occurred reading from the registry"
  8.     205    "An error occurred writing to the registry"
  9.     206    "Both the ProgID and CLSID parameters were missing"
  10.     207    "There is no local server (either in-process or cross-process, 16-bit or 32-bit)"
  11.     208    "There was an error looking for the Proxy DLLs, check that they were installed properly"
  12.  
  13.     //Errors
  14.     32750    "An error occured changing server connection settings: <NAME>."
  15. END